|
FrameLib
2.0
DSP processing with frames of arbitrary timing and length
|
named storage local to a specific context. More...
#include <FrameLib_Memory.h>
Classes | |
| class | Access |
| an RAII utility for safely accessing a Storage object. More... | |
Public Member Functions | |
| const char * | getName () const |
Protected Member Functions | |
| FrameType | getType () const |
| double * | getVector () const |
| unsigned long | getVectorSize () const |
| unsigned long | getTaggedSize () const |
| Serial * | getTagged () const |
| void | resize (bool tagged, size_t size) |
| Storage (const char *name, FrameLib_LocalAllocator *allocator) | |
| ~Storage () | |
| Storage (const Storage &)=delete | |
| Storage & | operator= (const Storage &)=delete |
| void | increment () |
| unsigned long | decrement () |
Friends | |
| class | FrameLib_LocalAllocator |
named storage local to a specific context.
|
protected |
|
protected |
|
protecteddelete |
|
inlineprotected |
|
inline |
|
inlineprotected |
|
inlineprotected |
|
inlineprotected |
|
inlineprotected |
|
inlineprotected |
|
inlineprotected |
|
protected |
|
friend |